home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Field Lingo.dir / Scripts_22_Set Field To Banana.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  73 b   |  5 lines

  1. on mouseDown
  2.   doButton()
  3.   set the text of field "Test" to "Banana"
  4. end
  5.